/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 694px;
}
.banner .slider {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: 0;
}
.banner .slider-main {
  width: 1800px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -900px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -81px;
  width: 123px;
  height: 15px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main .slider-btn-prev:hover {
  background: url(../images/arrowPrev2.png) 50% 50% no-repeat;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -81px;
  width: 123px;
  height: 15px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main .slider-btn-next:hover {
  background: url(../images/arrowNext2.png) 50% 50% no-repeat;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 60px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #4bb031;
  color: #fff;
}
.one {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tran {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
button,
input {
  border: none;
  outline: none;
}
.out {
  position: relative;
}
.out:hover::after,
.out:hover::before {
  width: 100%;
}
.out:hover > a::after,
.out:hover > a::before {
  height: 166px;
}
.out:hover .pro_hot_txt > a {
  color: #0074d4;
}
.out::after,
.out::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #4bb031;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.out::after {
  top: 0;
}
.out::before {
  top: 166px;
}
.in::after,
.in::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #4bb031;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.in::after {
  left: 0;
}
.in::before {
  right: 0;
}
.shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.shadow2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.linkeff {
  position: relative;
}
.linkeff:hover::after,
.linkeff:hover::before {
  width: 100%;
}
.linkeff::after,
.linkeff::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  height: 1px;
  background: #4bb031;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.linkeff::after {
  left: 0;
  top: 0;
}
.linkeff::before {
  right: 0;
  bottom: 0;
}
.img_white {
  overflow: hidden;
}
.img_white::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.img_white:hover::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.img_save {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.title1 {
  width: 242px;
  height: 139px;
  padding: 65px 0 0 73px;
  box-sizing: border-box;
}
.title1 > h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}
.title1 > h3 a {
  color: #333333;
}
.ser {
  width: 100%;
  margin: 40px 0 70px;
}
.ser .ser_main {
  height: 88px;
  border-radius: 10px;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
}
.ser .ser_main > p {
  width: 418px;
  height: 100%;
  border-right: solid 1px #dcdcdc;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #4bb031;
  line-height: 86px;
  position: relative;
  padding-left: 46px;
}
.ser .ser_main > p::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 48px;
  background: url(../images/ser01.png) center no-repeat;
  left: 20px;
  top: 20px;
  z-index: -1;
}
.ser .ser_main .ser_tell {
  font-size: 20px;
  font-weight: bold;
  color: #4bb031;
  line-height: 86px;
  padding-left: 117px;
  box-sizing: border-box;
  height: 100%;
  background: url(../images/ser03.png) 90px center no-repeat;
}
.pro {
  width: 100%;
}
.pro .pro_main .pro_tit {
  width: 100%;
}
.pro .pro_main .pro_tit .title1 {
  background: url(../images/pro_tit.png) center no-repeat;
}
.pro .pro_main .pro_tit .pro_menu {
  width: 952px;
}
.pro .pro_main .pro_tit .pro_menu ul li {
  float: left;
  width: 140px;
  height: 48px;
  background-color: #4bb031;
  border-radius: 4px;
  margin-right: 22px;
  margin-bottom: 14px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_tit .pro_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #ffffff;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_tit .pro_menu ul li:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pro .pro_main .pro_tit .pro_menu ul li:hover > a {
  color: #4bb031;
}
.pro .pro_main .pro_tit .pro_menu ul li:nth-child(6n) {
  margin-right: 0;
}
.pro .pro_main .pro_view {
  width: 100%;
  margin-top: 40px;
}
.pro .pro_main .pro_view ul li {
  float: left;
  width: 406px;
  height: 366px;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px 10px 0;
  box-sizing: border-box;
  margin: 0 30px 30px 0;
}
.pro .pro_main .pro_view ul li > a {
  display: block;
  width: 100%;
  height: 286px;
  overflow: hidden;
}
.pro .pro_main .pro_view ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .pro_main .pro_view ul li .pro_txt {
  width: 100%;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 20px;
}
.pro .pro_main .pro_view ul li .pro_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  box-sizing: border-box;
}
.pro .pro_main .pro_view ul li .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 98px;
  height: 30px;
  background: url(../images/pro_err.png) center no-repeat #d6d6d6;
  border-radius: 15px;
  right: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view ul li .pro_txt > a span {
  margin-right: 5px;
}
.pro .pro_main .pro_view ul li:hover > a > img {
  transform: scale(1.05);
}
.pro .pro_main .pro_view ul li:hover .pro_txt > a {
  color: #4bb031;
  padding-left: 5px;
}
.pro .pro_main .pro_view ul li:hover .pro_txt > a::after {
  background: url(../images/pro_err.png) center no-repeat #4bb031;
}
.pro .pro_main .pro_view ul li:nth-child(3n) {
  margin-right: 0;
}
.ys {
  width: 100%;
  height: 694px;
  margin-top: 50px;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_main {
  height: 100%;
  position: relative;
}
.ys .ys_main .ys_tab {
  width: 100%;
}
.ys .ys_main .ys_tab ul li {
  width: 100%;
}
.ys .ys_main .ys_tab ul li .ys_txt {
  width: 612px;
  margin-top: 245px;
}
.ys .ys_main .ys_tab ul li .ys_txt > span {
  width: 95px;
  height: 95px;
  width: 105px;
  height: 105px;
  background: url(../images/ys_num.png) center no-repeat;
  position: relative;
}
.ys .ys_main .ys_tab ul li .ys_txt > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ys .ys_main .ys_tab ul li .ys_txt .ys_txtcon {
  width: 498px;
  margin: 18px 0 0 6px;
}
.ys .ys_main .ys_tab ul li .ys_txt .ys_txtcon > h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.ys .ys_main .ys_tab ul li .ys_txt .ys_txtcon > h4 {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #333333;
}
.ys .ys_main .ys_tab ul li .ys_txt .ys_txtcon > p {
  width: 100%;
  font-size: 14px;
  line-height: 34px;
  color: #333333;
}
.ys .ys_main .ys_tab ul li .ys_v {
  width: 630px;
  height: 568px;
  position: relative;
}
.ys .ys_main .ys_tab ul li .ys_v > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ys .ys_main .ys_tab ul li:nth-child(1) .ys_txt > span::after {
  background: url(../images/01.png) center no-repeat;
}
.ys .ys_main .ys_tab ul li:nth-child(2) .ys_txt > span::after {
  background: url(../images/02.png) center no-repeat;
}
.ys .ys_main .ys_tab ul li:nth-child(3) .ys_txt > span::after {
  background: url(../images/03.png) center no-repeat;
}
.ys .ys_main .ys_tab ul li:nth-child(4) .ys_txt > span::after {
  background: url(../images/04.png) center no-repeat;
}
.ys .ys_main .ys_tab ul li:nth-child(5) .ys_txt > span::after {
  background: url(../images/05.png) center no-repeat;
}
.ys .ys_main .ys_menu {
  position: absolute;
  left: 0;
  top: 500px;
}
.ys .ys_main .ys_menu ul li {
  float: left;
  width: 124px;
  height: 124px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-right: 10px;
}
.ys .ys_main .ys_menu ul li.on::before {
  opacity: 1;
}
.ys .ys_main .ys_menu ul li.on::after {
  opacity: 1;
}
.ys .ys_main .ys_menu ul li.on > span::after {
  animation: 1.5s infinite jello;
}
.ys .ys_main .ys_menu ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_menu ul li::after {
  content: "";
  position: absolute;
  width: 108px;
  height: 108px;
  box-sizing: border-box;
  border: dashed 1px #4bb031;
  top: 8px;
  left: 8px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_menu ul li > span {
  display: block;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 16px auto;
  position: relative;
}
.ys .ys_main .ys_menu ul li > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_menu ul li:nth-child(1) > span::after {
  background: url(../images/ys_ico1.png) center no-repeat;
}
.ys .ys_main .ys_menu ul li:nth-child(2) > span::after {
  background: url(../images/ys_ico2.png) center no-repeat;
}
.ys .ys_main .ys_menu ul li:nth-child(3) > span::after {
  background: url(../images/ys_ico3.png) center no-repeat;
}
.ys .ys_main .ys_menu ul li:nth-child(4) > span::after {
  background: url(../images/ys_ico4.png) center no-repeat;
}
.ys .ys_main .ys_menu ul li:nth-child(5) > span::after {
  background: url(../images/ys_ico5.png) center no-repeat;
}
.ys .ys_main .title1 {
  position: absolute;
  background: url(../images/ys_tit.png) center no-repeat;
  left: 0;
  top: 74px;
}
.ys .ys_main .ys_tell {
  position: absolute;
  bottom: 45px;
  right: 0;
}
.ys .ys_main .ys_tell > i {
  width: 36px;
  height: 39px;
  animation: 2s infinite msClock;
  background: url(../images/ys_tell.png) center no-repeat;
}
.ys .ys_main .ys_tell > em {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  margin: 15px 5px 0 10px;
}
.ys .ys_main .ys_tell > span {
  line-height: 22px;
  margin-top: 12px;
}
.ys .ys_main .ys_tell > span > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #333333;
}
.ys .ys_main .ys_tell > span > em {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.about {
  width: 100%;
  margin-top: 80px;
}
.about .ab_main .ab_v {
  width: 420px;
  height: 570px;
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
.about .ab_main .ab_v::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 570px;
  border-radius: 6px;
  border: solid 10px #4bb031;
  box-sizing: border-box;
  left: -60px;
  top: -70px;
}
.about .ab_main .ab_v > img {
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_txt {
  width: 860px;
}
.about .ab_main .ab_txt .ab_tit {
  padding-left: 58px;
  box-sizing: border-box;
}
.about .ab_main .ab_txt .ab_tit > p {
  font-size: 88px;
  font-weight: bold;
  line-height: 68px;
  color: #ebebeb;
  margin-top: 80px;
}
.about .ab_main .ab_txt .ab_tit .title1 {
  background: url(../images/ab_tit.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_txt_con {
  width: 100%;
  height: 372px;
  background-color: #f8f8f8;
  border-radius: 0px 186px 186px 0px;
  padding: 73px 83px 0 57px;
  box-sizing: border-box;
  margin-top: 40px;
}
.about .ab_main .ab_txt .ab_txt_con > h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 25px;
}
.about .ab_main .ab_txt .ab_txt_con > span {
  display: block;
  width: 100%;
  height: 9px;
  background: url(../images/ab_line.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_txt_con > h5 {
  width: 100%;
  font-size: 15px;
  line-height: 28px;
  color: #666666;
  height: 84px;
  overflow: hidden;
  margin-top: 25px;
}
.about .ab_main .ab_txt .ab_txt_con > h6 {
  width: 100%;
  margin-top: 58px;
}
.about .ab_main .ab_txt .ab_txt_con > h6 > span {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #4bb031;
  line-height: 30px;
}
.about .ab_main .ab_txt .ab_txt_con > h6 > a {
  width: 98px;
  height: 30px;
  background-color: #4bb031;
  border-radius: 15px;
  position: relative;
  margin-right: 238px;
}
.about .ab_main .ab_txt .ab_txt_con > h6 > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/ab_more.png) center no-repeat;
  animation: 2s infinite myfirst2;
}
.honer {
  width: 100%;
  height: 570px;
  padding-top: 43px;
  box-sizing: border-box;
  margin-top: 60px;
  background: url(../images/honer_bg.jpg) center no-repeat;
}
.honer .honer_main .honer_tit {
  width: 100%;
}
.honer .honer_main .honer_tit .title1 {
  width: 286px;
  height: 153px;
  background: url(../images/honer_tit.png) center no-repeat;
}
.honer .honer_main .honer_tit > a {
  width: 62px;
  height: 62px;
  background-color: #4bb031;
  border-radius: 6px;
  text-align: center;
  line-height: 62px;
  font-size: 34px;
  color: #ffffff;
  margin-top: 56px;
  margin-right: 34px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.honer .honer_main .honer_tit > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.honer .honer_main .honer_tit > a:hover {
  border-radius: 50%;
}
.honer .honer_main .honer_view {
  width: 100%;
  margin-top: 30px;
}
.honer .honer_main .honer_view ul li {
  float: left;
  width: 184px;
  margin-right: 70px;
}
.honer .honer_main .honer_view ul li:hover > a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.honer .honer_main .honer_view ul li:hover > a > img {
  transform: scale(1.05);
}
.honer .honer_main .honer_view ul li:hover .honer_txt > a {
  color: #4bb031;
}
.honer .honer_main .honer_view ul li > a {
  display: block;
  width: 100%;
  height: 264px;
  overflow: hidden;
}
.honer .honer_main .honer_view ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honer .honer_main .honer_view ul li .honer_txt {
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 20px;
}
.honer .honer_main .honer_view ul li .honer_txt > a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.honer .honer_main .honer_view ul li:nth-child(5n) {
  margin-right: 0;
}
.case {
  width: 100%;
  margin-top: 70px;
}
.case .case_main .case_tit {
  width: 100%;
}
.case .case_main .case_tit .title1 {
  background: url(../images/case_tit.png) center no-repeat;
}
.case .case_main .case_tit .case_more {
  line-height: 48px;
  margin-top: 48px;
}
.case .case_main .case_tit .case_more > p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 26px;
}
.case .case_main .case_tit .case_more > a {
  width: 140px;
  height: 48px;
  background-color: #4bb031;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 60px;
}
.case .case_main .case_view {
  width: 100%;
  margin-top: 36px;
  height: 410px;
  overflow: hidden;
}
.case .case_main .case_view ul li {
  float: left;
  width: 400px;
  height: 410px;
  border-radius: 6px;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  padding: 10px 10px 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_view ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: solid 1px transparent;
}
.case .case_main .case_view ul li:hover .case_v > a > img {
  transform: scale(1.05);
}
.case .case_main .case_view ul li:hover .case_txt > a {
  color: #4bb031;
  padding-left: 5px;
}
.case .case_main .case_view ul li .case_v {
  width: 100%;
  height: 275px;
  cursor: url(../images/case_mouse.png), default;
}
.case .case_main .case_view ul li .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: url(../images/case_mouse.png), default;
}
.case .case_main .case_view ul li .case_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  cursor: url(../images/case_mouse.png), default;
}
.case .case_main .case_view ul li .case_txt {
  width: 100%;
}
.case .case_main .case_view ul li .case_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  margin: 32px 0 23px;
  box-sizing: border-box;
}
.case .case_main .case_view ul li .case_txt > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin-bottom: 20px;
}
.case .case_main .case_view ul li .case_txt > p {
  width: 100%;
  line-height: 14px;
}
.case .case_main .case_view ul li .case_txt > p > span {
  font-size: 14px;
  color: #666666;
}
.case .case_main .case_view ul li .case_txt > p > span > a {
  color: #666666;
}
.case .case_main .case_view ul li .case_txt > p > a {
  width: 44px;
  height: 13px;
  background: url(../images/case_more.png) center no-repeat;
  animation: 2s infinite myfirst2;
}
.fc {
  width: 100%;
  margin-top: 64px;
  padding-bottom: 44px;
  background: url(../images/fc_bg.jpg) center bottom no-repeat;
}
.fc .fc_main {
  width: 1380px;
}
.fc .fc_main .fc_tit {
  width: 1280px;
  margin: 0 auto;
}
.fc .fc_main .fc_tit .title1 {
  width: 237px;
  height: 140px;
  background: url(../images/fc_tit.png) center no-repeat;
}
.fc .fc_main .fc_tit .fc_tell {
  margin-top: 35px;
}
.fc .fc_main .fc_tit .fc_tell .fc_tell_main > i {
  width: 62px;
  height: 62px;
  background-color: #4bb031;
  border-radius: 50%;
  position: relative;
}
.fc .fc_main .fc_tit .fc_tell .fc_tell_main > i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: url(../images/fc_tell.png) center no-repeat;
  animation: 2s infinite msClock;
}
.fc .fc_main .fc_tit .fc_tell .fc_tell_main .fc_num {
  margin: 7px 0 0 21px;
}
.fc .fc_main .fc_tit .fc_tell .fc_tell_main .fc_num > p {
  font-size: 16px;
  line-height: 16px;
  color: #444444;
}
.fc .fc_main .fc_tit .fc_tell .fc_tell_main .fc_num > h3 {
  font-size: 22px;
  line-height: 22px;
  color: #444444;
  margin-top: 13px;
}
.fc .fc_main .fc_tit .fc_tell .fc_tell_main .fc_num > h3 > i {
  margin: 0 5px;
}
.fc .fc_main .fc_tit .fc_tell > a {
  width: 140px;
  height: 48px;
  background-color: #4bb031;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  margin: 7px 0 0 52px;
}
.fc .fc_main .fc_view {
  margin-top: 50px;
}
.fc .fc_main .fc_view .tempWrap {
  width: 100% !important;
}
.fc .fc_main .fc_view ul li {
  float: left;
  width: 300px;
  height: 248px;
  position: relative;
  margin-right: 60px;
}
.fc .fc_main .fc_view ul li:hover > a > img {
  transform: scale(1.05);
}
.fc .fc_main .fc_view ul li:hover .fc_txt > a {
  color: #4bb031;
}
.fc .fc_main .fc_view ul li > a {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 6px;
  overflow: hidden;
}
.fc .fc_main .fc_view ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.fc .fc_main .fc_view ul li .fc_txt {
  position: absolute;
  width: 280px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 26px;
  left: 50%;
  transform: translate(-50%);
  top: 193px;
}
.fc .fc_main .fc_view ul li .fc_txt > a {
  float: left;
  width: 75%;
  height: 100%;
  line-height: 52px;
  font-size: 16px;
  color: #333333;
  padding: 0 5px 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fc .fc_main .fc_view ul li .fc_txt > span {
  width: 28px;
  border-bottom: 1px solid #adadad;
  box-sizing: border-box;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  font-size: 20px;
  font-family: Arial;
  color: #333333;
  margin-right: 18px;
}
.fc .fc_main .fc_view .fc_btn {
  width: 100%;
  text-align: center;
  margin-top: 36px;
}
.fc .fc_main .fc_view .fc_btn .fc_p,
.fc .fc_main .fc_view .fc_btn .fc_n {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  width: 53px;
  height: 53px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background: #fff;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.fc .fc_main .fc_view .fc_btn .fc_p:hover,
.fc .fc_main .fc_view .fc_btn .fc_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.fc .fc_main .fc_view .fc_btn .fc_p::after,
.fc .fc_main .fc_view .fc_btn .fc_n::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.fc .fc_main .fc_view .fc_btn .fc_p::after {
  background: url(../images/fc_p.png) center no-repeat;
}
.fc .fc_main .fc_view .fc_btn .fc_n::after {
  background: url(../images/fc_n.png) center no-repeat;
}
.news {
  width: 100%;
  height: 763px;
  overflow: hidden;
  margin-top: 60px;
}
.news .news_main .news_tit .title1 {
  width: 244px;
  height: 143px;
  background: url(../images/news_tit.png) center no-repeat;
}
.news .news_main .news_tit .news_menu {
  margin-top: 50px;
  margin-right: 130px;
}
.news .news_main .news_tit .news_menu ul li {
  float: left;
  font-size: 18px;
  color: #333333;
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 74px;
  text-align: center;
  margin-right: 115px;
  cursor: pointer;
}
.news .news_main .news_tit .news_menu ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #b1b1b1;
  left: 133px;
  top: 50%;
  margin-top: -9px;
}
.news .news_main .news_tit .news_menu ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #4bb031;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tit .news_menu ul li.on::before {
  width: 100%;
}
.news .news_main .news_tit .news_menu ul li:nth-child(3n)::after {
  display: none;
}
.news .news_main .news_tab {
  width: 100%;
  margin-top: 30px;
}
.news .news_main .news_tab .news_list {
  width: 100%;
  height: 560px;
}
.news .news_main .news_tab .news_list .news_item {
  width: 100%;
  position: relative;
}
.news .news_main .news_tab .news_list .news_item > a {
  position: absolute;
  width: 140px;
  height: 48px;
  background-color: #4bb031;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  right: 0;
  top: -123px;
}
.news .news_main .news_tab .news_list .news_item > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.news .news_main .news_tab .news_list .news_item .news_l {
  width: 530px;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_top {
  width: 100%;
  position: relative;
  height: 358px;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_top > a {
  display: block;
  width: 100%;
  height: 358px;
  border-radius: 8px;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_top > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_top .news_txt {
  position: absolute;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 27px 0 14px;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
  border-radius: 0 0 8px 8px;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_top .news_txt > a {
  width: 75%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_top .news_txt > span {
  font-size: 15px;
  color: #ffffff;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_lt {
  width: 100%;
  height: 158px;
  margin-top: 36px;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_lt:hover .news_txt > h3 > a {
  color: #4bb031;
  transform: translate(5px);
}
.news .news_main .news_tab .news_list .news_item .news_l .news_lt .news_time {
  width: 95px;
  height: 158px;
  border-right: 1px solid #4bb031;
  box-sizing: border-box;
  padding: 50px 30px 0 0;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_lt .news_time > p {
  font-size: 14px;
  line-height: 14px;
  color: #969696;
  margin-bottom: 10px;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_lt .news_time > span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_lt .news_txt {
  width: 407px;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_lt .news_txt > h3 {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  color: #333333;
  margin: 14px 0 20px;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_lt .news_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_lt .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666666;
  margin-bottom: 30px;
}
.news .news_main .news_tab .news_list .news_item .news_l .news_lt .news_txt > a {
  display: block;
  width: 43px;
  height: 13px;
  background: url(../images/news_more.png) center no-repeat;
}
.news .news_main .news_tab .news_list .news_item .news_r {
  width: 687px;
}
.news .news_main .news_tab .news_list .news_item .news_r ul {
  width: 100%;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li {
  width: 100%;
  height: 88px;
  border-bottom: 1px dashed #e0e0e0;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li:hover .news_txt > a {
  color: #4bb031;
  transform: translate(5px);
}
.news .news_main .news_tab .news_list .news_item .news_r ul li > p {
  width: 142px;
  height: 58px;
  border-right: 1px dashed #c1c1c1;
  font-size: 14px;
  line-height: 58px;
  color: #888888;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li .news_txt {
  width: 513px;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li .news_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 4px 0 22px;
}
.news .news_main .news_tab .news_list .news_item .news_r ul li .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.links {
  width: 100%;
  margin: 50px 0;
}
.links .link_main .link_tit {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.links .link_main .link_list {
  width: calc(1280px - 100px);
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
  margin: 0 10px;
  line-height: 30px;
}
.links .link_main .link_list > a:hover {
  color: #4bb031;
  transform: translate(5px);
}
